ComponentOne Scheduler for WPF and Silverlight
BeginUpdate Method (DeferrableObservableCollection<T>)

C1.WPF.Schedule Namespace > DeferrableObservableCollection<T> Class : BeginUpdate Method
Prevents raising events until the EndUpdate method is called.
Syntax
'Declaration
 
Public Sub BeginUpdate() 
public void BeginUpdate()
Remarks
The DeferrableObservableCollection<T> keeps count of calls to BeginUpdate method. Be sure to call EndUpdate method for each call to BeginUpdate method.
See Also

Reference

DeferrableObservableCollection<T> Class
DeferrableObservableCollection<T> Members